Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / SaveLayout Method / SaveLayout(Form,String,String[]) Method
Additional property names of the C1DockingTabPage that you would like to store.

In This Topic
    SaveLayout(Form,String,String[]) Method
    In This Topic
    Saves layout of all C1DockingTab controls on the form to the specified file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub SaveLayout( _
       ByVal form As Form, _
       ByVal filename As String, _
       ByVal ParamArray pageProperties() As String _
    ) 
    public static void SaveLayout( 
       Form form,
       string filename,
       params string[] pageProperties
    )

    Parameters

    form
    filename
    pageProperties
    Additional property names of the C1DockingTabPage that you would like to store.
    See Also